home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2004 January / CD Rom Data Ocak 2004.iso / Media / Intro.dcr / 00002.ls < prev    next >
Encoding:
Text File  |  2003-11-19  |  93 b   |  8 lines

  1. on exitFrame
  2.   if the colorDepth = 8 then
  3.     go("8bit")
  4.   else
  5.     go("devam")
  6.   end if
  7. end
  8.